Keysight VISA.NET Help
IOTimeoutException Constructor(Int64,Byte[],String)



The actual number of elements read or written before the timeout occurred. A value of -1 indicates that the actual number could not be determined.
The actual bytes read or written before the timeout occurred. If the actual number of elements read could not be determined, the array is empty.
The message that describes the error.
Initializes a new instance of the IOTimeoutException class with the specified value for the actual number of elements read or written and the specified message.
Syntax
'Declaration
 
Public Function New( _
   ByVal actualCount As Long, _
   ByVal actualData() As Byte, _
   ByVal message As String _
)
'Usage
 
Dim actualCount As Long
Dim actualData() As Byte
Dim message As String
 
Dim instance As New IOTimeoutException(actualCount, actualData, message)
public IOTimeoutException( 
   long actualCount,
   byte[] actualData,
   string message
)
public:
IOTimeoutException( 
   int64 actualCount,
   array<byte>^ actualData,
   String^ message
)

Parameters

actualCount
The actual number of elements read or written before the timeout occurred. A value of -1 indicates that the actual number could not be determined.
actualData
The actual bytes read or written before the timeout occurred. If the actual number of elements read could not be determined, the array is empty.
message
The message that describes the error.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025